From: LLVM Packaging Team Date: Thu, 7 Sep 2023 22:43:45 +0000 (+0200) Subject: fix-typo-1018770 X-Git-Tag: archive/raspbian/1%15.0.7-10+rpi1~1^2~20 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0bad1f5f021d1a59de85cf3bb7a12641ddb0b775;p=llvm-toolchain-15.git fix-typo-1018770 =================================================================== Gbp-Pq: Name fix-typo-1018770.diff --- diff --git a/llvm/include/llvm/Target/TargetMachine.h b/llvm/include/llvm/Target/TargetMachine.h index bf37ad7010..c86b2f27d8 100644 --- a/llvm/include/llvm/Target/TargetMachine.h +++ b/llvm/include/llvm/Target/TargetMachine.h @@ -447,13 +447,13 @@ public: raw_pwrite_stream &, raw_pwrite_stream *, CodeGenFileType, CGPassBuilderOption, PassInstrumentationCallbacks *) { - return make_error("buildCodeGenPipeline is not overriden", + return make_error("buildCodeGenPipeline is not overridden", inconvertibleErrorCode()); } virtual std::pair getPassNameFromLegacyName(StringRef) { llvm_unreachable( - "getPassNameFromLegacyName parseMIRPipeline is not overriden"); + "getPassNameFromLegacyName parseMIRPipeline is not overridden"); } /// Add passes to the specified pass manager to get machine code emitted with